home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / dev / mui / MCC_SpeedBar.lha / MCC_SpeedBar / Docs / SpeedButton-History.txt < prev    next >
Text File  |  2002-06-13  |  3KB  |  76 lines

  1.                        SpeedButton History
  2.                        -------------------
  3.  
  4.     14.4    3/6/02      - Fixed a persistant border problem
  5.  
  6.     14.3    29/5/02     - Many optimizations
  7.  
  8.     14.2    14/5/02     - MUIA_SpeedButton_EnabledUnderscore is now S too
  9.  
  10.     14.1    17/4/02     - Many optimizations
  11.  
  12.     14.0    11/4/02     - Background redraw was bugged: fixed
  13.                         - MouseOver tests changed
  14.                         - Many optimizations
  15.                         - MUIA_SpeedButton_UseMouseMove removed
  16.  
  17.     13.2    17/3/02     - Added custom precision
  18.                         - Many minor changes
  19.  
  20.     13.1    10/3/02     - Internal
  21.  
  22.     13.0    18/2/02     - Many many changes
  23.  
  24.     12.3    6/2/02      - Smll fixes
  25.  
  26.     12.2    3/2/02      - Fixed many things
  27.  
  28.     12.1    25/01/02    - No raising frame if the button is disabled
  29.                         - Added MUIA_SpeedButton_UseMouseMove
  30.  
  31.     12.0    14/01/02    - New version produced by Alfonso Ranieri
  32.                         - Scale factore hard coded to 2:3 on non-cyber
  33.                           screen: fixed
  34.                         - Added MUIA_SpeedButton_EnabeUnderscore to
  35.                           define a control char
  36.                         - Frames drawing had some problems if the
  37.                           SpeedBar was in a virtual group: fixed
  38.                         - All revisited
  39.  
  40.     11.23   13/04/00    - IDCMP_MOUSEOBJECT will be used to detect the
  41.                           mouse over the button when using MUI 4.
  42.  
  43.     11.22   11/04/00    - Now uses IDCMP_INTUITICKS instead of
  44.                           IDCMP_MOUSEMOVE to detect the mouse over the
  45.                           object.
  46.  
  47.     11.21   19/03/00    - Fixed long-standing bug which caused Enforcer
  48.                           hits when using scaled images.
  49.  
  50.     11.19   09/03/00    - Replaced MUI_RequestIDCMP() with
  51.                           MUIM_Window_AddEventHandler.
  52.  
  53.     11.18   29/10/99    - The scaling ratio for "Small buttons" can be
  54.                           configured among the MUI options.
  55.                           (Benny Kjær Nielsen)
  56.                         - Fixed greyed small images on RTG screens.
  57.  
  58.     11.17   16/09/99    - Buttons now use the parent object background
  59.                           when in borderless mode.
  60.  
  61.     11.16   03/09/99    - Images will be remapped only if ViewMode is
  62.                           not text only. Any change to ViewMode must be
  63.                           done in a MUIM_Group_InitChange/_ExitChange
  64.                           pair (SpeedBar does it for you usually).
  65.  
  66.     11.15   31/08/99    - Added MUIA_SpeedButton_MinHeight
  67.  
  68.     11.14   30/08/99    - Changed RTG support to use WritePixelArray()
  69.                           instead of allocating a PIXFMT_24BIT bitmap
  70.                           and drawing on it manually.
  71.                         - Fixed planar to chunky routine.
  72.  
  73.     11.13   30/08/99    - Fixed bug: one pen wasn't freed.
  74.                         - Added RTG support: no pens will be used on
  75.                           Hi/True colors screens for the images.
  76.